/*
yecha制作
QQ：372009617
官网：http://www.52img.cn/
样式自己根据自己网站修改哦
*/
.photo-tips {
    display: none;
}
.upload-picture {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 100px;
    top: 5px;
}

.upload-pic {
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    text-indent: -9999px;
    border-radius: 5px;
    cursor: pointer;
    background: url(photo1.png) center center no-repeat;
}
.upload-pic:focus{border:none;background: url(photo1.png) center center no-repeat;}
#picsoso {
    max-width: 1200px;
    margin: 0 auto;
}

.picsoso_btn {
    height: 43px;
    width: 50px;
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 52px;
    cursor: pointer;
}
.picsoso_btn .picsoso-camera {
    background: url(photo.png) center center no-repeat;
    height: 30px;
    width: 40px;
    margin-top: 4px;
    /*background-color: rgba(255,255,255,0.8);*/
}
.picsoso_dialog {
    position: absolute;
    z-index: 10;
    width: 620px;
    height: 185px;
    background: #fff;
    top: 116px;
    left: 50%;
    margin-left: -357px;
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    display:none;
}
.picsoso_dialog .pictit {
    padding-left: 20px;
    color: #000;
    font-size: 16px;
    line-height: 50px;
}
.picsoso_dialog .warmicon {
    display: block;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(question.png) center center no-repeat;
    overflow: hidden;
    margin-left: 4px;
    position: relative;
    top: 3px;
    cursor: pointer;
}
.picsoso_dialog .help-wrap {
    width: 360px;
    top: 17px;
    left: 108px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
    position: absolute;
    z-index: 22;
}
.picsoso_dialog .help-box {
    padding: 6px 0 7px 15px;
    color: #666;
    font-size: 12px;
    line-height: 22px;
}
.picsoso_dialog .picsoso_close {
    position: absolute;
    z-index: 10;
    right: 5px;
    top: 8px;
    color: #666;
    font-size: 18px;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
}
.picsoso_dialog .picinput {
    padding-left: 17px;
    overflow: hidden;
}
.picsoso_dialog .picinput .picurl {
    float: left;
    height: 51px;
    width: 470px;
    border: 0;
    padding: 0 0 0 6px;
    margin-left: 4px;
    color: #989898;
    margin-top: 1px;
    font-size: 16px;
    line-height: 52px;
    border: 1px solid #ccc;
}
.picsoso_dialog .picinput .piccamera-btn {
    float: left;
    width: 110px;
    height: 52px;
    border: 0;
    text-indent: -999em;
    background: url(photo.png) center center no-repeat;
    background-color:#e74040;
    cursor:pointer;
}
.picsoso_dialog .picbottom {
    padding-left: 20px;
    height: 50px;
    line-height: 30px;
}
.picsoso_dialog .picbottom .sosotip {
    color: #000;
    padding-left: 3px;
    font-size: 12px;
    height: 25px;
    margin-bottom: 5px;
}
.picsoso_dialog .picbottom .piclink {
    float: left;
    color: red;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}
.picsoso_dialog .picbottom .picwarm {
    color: #666;
    font-size: 14px;
}


.mpic {
    display: inline-block;
    position: relative;
	margin: 0 10px 10px 0;
}
.mpic span {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 0 0 0 5px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}
.mpic span:hover{ background:#009688;}


.webuploader-container { position: relative; }
.webuploader-element-invisible { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); }
.webuploader-pick {display: inline-block;
    height: 38px;
    line-height: 38px;
    background-color: #e74040;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    width:150px;
    text-align:center;
    cursor: pointer;text-shadow:none !important; }
.webuploader-pick-hover { background:#4A4A4A; }
#divFileProgressContainer { position: relative; }
.webuploader-pick-disable { opacity: 0.6; pointer-events: none; }
.progressName { font-size: 14px; margin: 10px 0px; }
.progressName a { float: right; border: 1px solid #35AC20; padding: 4px 10px; border-radius: 4px; font-size: 12px; }
.cancle { position: absolute; right: 0; width: 70px; height: 26px; border: 1px solid #ff7a19; color: #ff7a19; border-radius: 5px; line-height: 26px; text-align: center; }
.progressBarInProgress { height: 100%; display: block; background: #35AC20; border-radius: 3px; }
.jindu { width: 100%; height: 23px; padding: 3px; border: 1px solid #D3D3D3; border-radius: 4px; margin-top: 20px; margin-bottom: 8px; }
.progressBarStatus ul li { float: left !important; width: 25% !important; text-align: center !important; clear:none !important; }
.progressBarStatus ul li.first { text-align: left !important; }
.progressBarStatus ul li.last { text-align: right !important; }
.uploadmain { margin:0 auto; }
/*新增*/
#chosepic { display: inline-block;margin-right:10px; }
